home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig18-out < prev    next >
Text File  |  1996-08-26  |  2KB  |  31 lines

  1. LCLint 2.2 --- 25 Aug 96
  2.  
  3. <A HREF="names.c.html#line1" target="source">names.c:1,7</A>: Name stringreverse is reserved for future
  4.     ANSI library extensions.  Functions that begin
  5.     with "str" and a lowercase letter may be added to
  6.     <stdlib.h> or <string.h>. (See ANSI, Section
  7.     4.13.7)
  8.   External name is reserved for system in ANSI
  9.   standard. (-ansireserved will suppress message)
  10. names.c: (in function f)
  11. <A HREF="names.c.html#line6" target="source">names.c:6,7</A>: Internal identifier looka1ike is not
  12.     distinguishable from lookalike except by lookalike
  13.     characters
  14.   An internal name is not distinguishable from another
  15.   internal name using the number of significant
  16.   characters. According to ANSI Standard (3.1), an
  17.   implementation may only consider the first 31
  18.   characters significant. The +internalnamelen <n>
  19.   flag changes the number of significant characters,
  20.   -internalnamecaseinsensitive to makes alphabetical
  21.   case significant, and +internalnamelookalike to make
  22.   similar-looking characters non-distinct.
  23.   (-distinctinternalnames will suppress message)
  24.    <A HREF="names.c.html#line5" target="source">names.c:5,7</A>: Declaration of lookalike
  25. <A HREF="names.c.html#line10" target="source">names.c:10,11</A>: Variable x shadows outer declaration
  26.   An outer declaration is shadowed by the local
  27.   declaration. (-shadow will suppress message)
  28.    <A HREF="names.c.html#line3" target="source">names.c:3,12</A>: Previous declaration of x: int
  29.  
  30. Finished LCLint checking --- 3 code errors found
  31.